-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add mkdir_p to FileUtils.install #104
Conversation
Is this acceptable @hsbt ? |
Thanks for your work. At least, We need to the additional tests. Can you add them? |
What are the additional needed tests? |
@hsbt What additional tests are needed? |
for your changes. |
Ah! I will modify https://github.com/ruby/fileutils/blob/master/test/fileutils/test_fileutils.rb ... |
Does this work? |
I'll fix this CI fails. It's not related with your tests. |
@hsbt Any chance of this getting merged? |
(ruby/fileutils#104) * Add mkdir_p to FileUtils.install * Adjust raise message. * adjust raise language * handle trailing slash in dest * simplify * Add tests
Fixes #103
mkdir_p
on the destination directory solves that issue.